home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacGames Sampler
/
PHT MacGames Bundle.iso
/
MacSource Folder
/
Samples from the CD
/
C and C++
/
GNU Chess 3.0
/
Sources TC 4.0
/
interface.h
< prev
next >
Wrap
Text File
|
1991-03-16
|
468b
|
12 lines
/* interface.h */
/* From update.c */
pascal void UpdateGraphique(WindowPtr theWindow, int ItemNo);
pascal void UpdateChronos(WindowPtr theWindow, int ItemNo);
pascal void UpdateMsg(WindowPtr theWindow, int ItemNo);
pascal void UpdateThink(WindowPtr theWindow, int ItemNo);
pascal void UpdateValue(WindowPtr theWindow, int ItemNo);
pascal void UpdateCase(WindowPtr theWindow, int ItemNo);
pascal void UpdateListe(WindowPtr theWindow, int ItemNo);
void UpdateMenus();